home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 June / PCWorld_2007-06_cd.bin / domacnost a kancelar / actual / atwsetup.exe / {app} / en.chm / features / rollup.php < prev    next >
PHP Script  |  2007-04-16  |  2KB  |  44 lines

  1. <?
  2. require($_SERVER["DOCUMENT_ROOT"]."/bitrix/header.php");
  3. $APPLICATION->SetTitle("Rollup");
  4. ?>
  5. <h1>Rollup</h1>
  6. <p><i><b>Available in</b>:
  7. <a href="http://www.actualtools.com/products/index.php#aim">Actual Window Manager</a>,
  8. <a href="http://www.actualtools.com/products/index.php#awr">Actual Window Rollup</a>,
  9. <a href="http://www.actualtools.com/products/index.php#atb">Actual Title Buttons</a>,
  10. <a href="http://www.actualtools.com/products/index.php#asm">Actual Window Menu</a>.
  11. </i></p>
  12. <p>The <i><b>Rollup</b> action</i> offers yet another way of dispatching your windows in addition to
  13. <a href="closure.php">closing</a> or <a href="minimization.php">minimizing</a> them.
  14. </p>
  15. <p align="center">
  16. <img src="http://www.actualtools.com/images/Rollup.gif" border="1" width="800" height="600" alt="Example of rollup use"/>
  17. </p>
  18. <p><b>Rollup</b> hides the contents of a window while leaving its title bar visible. You can thus
  19. readily see that the window is still present on the desktop while reducing its "footprint" to a much smaller size on
  20. your screen. In addition, windows so represented by only their title bars remain fully active: i.e., you can move them,
  21. minimize them, call up their system menus, or simply close them.
  22. </p>
  23. <p><i>Hint</i>  The <i><b>Rollup</b> action</i> is ideal for situations when you work with several opened
  24. windows simultaneously and need to quickly review the contents of an inactive window presently underlying the active
  25. one. Simply <b>rollup</b> the obstructing active window, review the information uncovered in the previously obscured
  26. window, then <b>unroll</b> the active window back down again.
  27. </p>
  28. <p><i>Related actions:
  29. <a href="minimization.php">Minimization</a>,
  30. <a href="altminimize.php">AltMin</a>,
  31. <a href="transparency.php">Change Transparency</a>,
  32. <a href="ontop.php">Stay on Top</a>.
  33. </i></p>
  34. <p><i>Possible triggers:
  35. <a href="titlebuttons.php#rollup">Title Buttons</a>,
  36. <a href="windowmenu.php#rollup">Window Menu</a>,
  37. <a href="activate.php">Deactivation</a>,
  38. <a href="hover.php">Mouse-Hovering</a>,
  39. <a href="scdefault.php">Title Bar Double-Click</a>.
  40. </i></p>
  41. <?
  42. require($_SERVER["DOCUMENT_ROOT"]."/bitrix/footer.php");
  43. ?>
  44.